Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HOLD 2.7.0] Add pandas to nightly wheel installs #4239

Merged
merged 6 commits into from
Aug 16, 2023
Merged

Conversation

IAlibay
Copy link
Member

@IAlibay IAlibay commented Aug 14, 2023

Fixes #4238

Changes made in this Pull Request:

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

Developers certificate of origin


📚 Documentation preview 📚: https://mdanalysis--4239.org.readthedocs.build/en/4239/

@@ -3,6 +3,9 @@ on:
schedule:
# 3 am Tuesdays and Fridays
- cron: "0 3 * * 2,5"
pull_request:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove before merge

@github-actions
Copy link

github-actions bot commented Aug 14, 2023

Linter Bot Results:

Hi @IAlibay! Thanks for making this PR. We linted your code and found the following:

There are currently no issues detected! 🎉

@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (b21478f) 93.62% compared to head (8c237b4) 93.62%.

Additional details and impacted files
@@            Coverage Diff             @@
##           develop    #4239     +/-   ##
==========================================
  Coverage    93.62%   93.62%             
==========================================
  Files          179      193     +14     
  Lines        24199    25305   +1106     
  Branches      4064     4064             
==========================================
+ Hits         22657    23693   +1036     
- Misses        1026     1096     +70     
  Partials       516      516             
Files Changed Coverage Δ
...DAnalysis/analysis/hydrogenbonds/hbond_analysis.py 97.22% <100.00%> (+0.01%) ⬆️

... and 14 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@IAlibay
Copy link
Member Author

IAlibay commented Aug 14, 2023

Logging issue happens whether or not nightly pandas is installed, looks like that's a separate isssue.

@IAlibay
Copy link
Member Author

IAlibay commented Aug 14, 2023

Timeouts aside, this should be good to go if anyone wants to review - CI is returning green for numpy_and_scipy_dev (https://github.com/MDAnalysis/mdanalysis/actions/runs/5861485404/job/15891653149?pr=4239) so I'm truning off the PR trigger.

Copy link
Contributor

@fiona-naughton fiona-naughton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @IAlibay

(If I'm following correctly, is this something where we expect to be able come back remove pandas later, after figuring out the accidental-dependency?)

@IAlibay
Copy link
Member Author

IAlibay commented Aug 15, 2023

(If I'm following correctly, is this something where we expect to be able come back remove pandas later, after figuring out the accidental-dependency?)

Yeah eventually, it's probably being pulled in by one of the core dependencies we've been wanting to get rid of (biopython, networkx, or matplotlib).

P.S. Thanks for the review, I won't merge until we get 2.7.0 started.

@IAlibay IAlibay changed the title Add pandas to nightly wheel installs [HOLD 2.7.0] Add pandas to nightly wheel installs Aug 15, 2023
@IAlibay IAlibay merged commit 212bf03 into develop Aug 16, 2023
23 checks passed
@IAlibay IAlibay deleted the issue-4238 branch August 16, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[future] NINF removal in python 2.0 causing cron ci to fail
2 participants